←Select platform

Keys Property

Summary

Gets an ICollection containing the keys of the IDictionary.

Syntax

C#
VB
C++
public virtual ICollection<TKey> Keys { get; } 
  
Public Overridable ReadOnly Property Keys As ICollection(Of TKey) 
public: 
virtual property ICollection<TKey^>^ Keys { 
   ICollection<TKey^>^ get(); 
} 

Property Value

An ICollection containing the keys of the object that implements IDictionary.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly